tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
gnuradio-{ais,gsm,nacl,osmosdr,rds}: enable Darwin building
Luke Adams
8 years ago
b1c666ef
d8d96974
+5
-5
5 changed files
expand all
collapse all
unified
split
pkgs
applications
misc
gnuradio-ais
default.nix
gnuradio-gsm
default.nix
gnuradio-nacl
default.nix
gnuradio-osmosdr
default.nix
gnuradio-rds
default.nix
+1
-1
pkgs/applications/misc/gnuradio-ais/default.nix
···
32
description = "Gnuradio block for ais";
33
homepage = https://github.com/bistromath/gr-ais;
34
license = licenses.gpl3Plus;
35
-
platforms = platforms.linux;
36
maintainers = with maintainers; [ mog ];
37
};
38
}
···
32
description = "Gnuradio block for ais";
33
homepage = https://github.com/bistromath/gr-ais;
34
license = licenses.gpl3Plus;
35
+
platforms = platforms.linux ++ platforms.darwin;
36
maintainers = with maintainers; [ mog ];
37
};
38
}
+1
-1
pkgs/applications/misc/gnuradio-gsm/default.nix
···
31
description = "Gnuradio block for gsm";
32
homepage = https://github.com/ptrkrysik/gr-gsm;
33
license = licenses.gpl3Plus;
34
-
platforms = platforms.linux;
35
maintainers = with maintainers; [ mog ];
36
};
37
}
···
31
description = "Gnuradio block for gsm";
32
homepage = https://github.com/ptrkrysik/gr-gsm;
33
license = licenses.gpl3Plus;
34
+
platforms = platforms.linux ++ platforms.darwin;
35
maintainers = with maintainers; [ mog ];
36
};
37
}
+1
-1
pkgs/applications/misc/gnuradio-nacl/default.nix
···
31
description = "Gnuradio block for encryption";
32
homepage = https://github.com/stwunsch/gr-nacl;
33
license = licenses.gpl3Plus;
34
-
platforms = platforms.linux;
35
maintainers = with maintainers; [ mog ];
36
};
37
}
···
31
description = "Gnuradio block for encryption";
32
homepage = https://github.com/stwunsch/gr-nacl;
33
license = licenses.gpl3Plus;
34
+
platforms = platforms.linux ++ platforms.darwin;
35
maintainers = with maintainers; [ mog ];
36
};
37
}
+1
-1
pkgs/applications/misc/gnuradio-osmosdr/default.nix
···
30
description = "Gnuradio block for OsmoSDR and rtl-sdr";
31
homepage = http://sdr.osmocom.org/trac/wiki/GrOsmoSDR;
32
license = licenses.gpl3Plus;
33
-
platforms = platforms.linux;
34
maintainers = with maintainers; [ bjornfor the-kenny ];
35
};
36
}
···
30
description = "Gnuradio block for OsmoSDR and rtl-sdr";
31
homepage = http://sdr.osmocom.org/trac/wiki/GrOsmoSDR;
32
license = licenses.gpl3Plus;
33
+
platforms = platforms.linux ++ platforms.darwin;
34
maintainers = with maintainers; [ bjornfor the-kenny ];
35
};
36
}
+1
-1
pkgs/applications/misc/gnuradio-rds/default.nix
···
30
description = "Gnuradio block for radio data system";
31
homepage = https://github.com/bastibl/gr-rds;
32
license = licenses.gpl2Plus;
33
-
platforms = platforms.linux;
34
maintainers = with maintainers; [ mog ];
35
};
36
}
···
30
description = "Gnuradio block for radio data system";
31
homepage = https://github.com/bastibl/gr-rds;
32
license = licenses.gpl2Plus;
33
+
platforms = platforms.linux ++ platforms.darwin;
34
maintainers = with maintainers; [ mog ];
35
};
36
}