lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

darwin: Disable yet another bunch of packages never having built successfully

cjdns: https://hydra.nixos.org/build/61134279
jonprl: https://hydra.nixos.org/build/61123711
mate.libmatemixer: https://hydra.nixos.org/build/61126968
dirac: https://hydra.nixos.org/build/61132432
idnkit: https://hydra.nixos.org/build/61123544
trousers: https://hydra.nixos.org/build/61109766
packetdrill: https://hydra.nixos.org/build/61116190
osm2pgsql: https://hydra.nixos.org/build/61118017
nawk: https://hydra.nixos.org/build/61139000

+9 -9
+1 -1
pkgs/applications/science/logic/jonprl/default.nix
··· 29 29 homepage = http://www.jonprl.org/; 30 30 license = stdenv.lib.licenses.mit; 31 31 maintainers = with stdenv.lib.maintainers; [ puffnfresh ]; 32 - platforms = stdenv.lib.platforms.unix; 32 + platforms = stdenv.lib.platforms.linux; 33 33 }; 34 34 }
+1 -1
pkgs/desktops/mate/libmatemixer/default.nix
··· 27 27 description = "Mixer library for MATE"; 28 28 homepage = https://github.com/mate-desktop/libmatemixer; 29 29 license = with licenses; [ gpl2 lgpl2 ]; 30 - platforms = platforms.unix; 30 + platforms = platforms.linux; 31 31 maintainers = [ maintainers.romildo ]; 32 32 }; 33 33 }
+1 -1
pkgs/development/libraries/dirac/default.nix
··· 24 24 meta = with stdenv.lib; { 25 25 homepage = http://sourceforge.net/projects/dirac; 26 26 description = "A general-purpose video codec based on wavelets"; 27 - platforms = platforms.all; 27 + platforms = platforms.linux; 28 28 license = with licenses; [ mpl11 gpl2 lgpl21 ]; 29 29 maintainer = maintainers.igsha; 30 30 };
+1 -1
pkgs/development/libraries/idnkit/default.nix
··· 14 14 homepage = https://www.nic.ad.jp/ja/idn/idnkit; 15 15 description = "Provides functionalities about i18n domain name processing"; 16 16 license = "idnkit-2 license"; 17 - platforms = platforms.unix; 17 + platforms = platforms.linux; 18 18 maintainers = with maintainers; [ wkennington ]; 19 19 }; 20 20 }
+1 -1
pkgs/tools/misc/osm2pgsql/default.nix
··· 23 23 version = "0.92.1-unstable"; 24 24 homepage = https://github.com/openstreetmap/osm2pgsql; 25 25 license = stdenv.lib.licenses.gpl2; 26 - platforms = stdenv.lib.platforms.unix; 26 + platforms = stdenv.lib.platforms.linux; 27 27 }; 28 28 }
+1 -1
pkgs/tools/networking/cjdns/default.nix
··· 31 31 description = "Encrypted networking for regular people"; 32 32 license = licenses.gpl3; 33 33 maintainers = with maintainers; [ ehmry ]; 34 - platforms = platforms.unix; 34 + platforms = platforms.linux; 35 35 }; 36 36 }
+1 -1
pkgs/tools/networking/packetdrill/default.nix
··· 19 19 description = "Quick, precise tests for entire TCP/UDP/IPv4/IPv6 network stacks"; 20 20 homepage = https://github.com/google/packetdrill; 21 21 license = stdenv.lib.licenses.gpl2; 22 - platforms = stdenv.lib.platforms.unix; 22 + platforms = stdenv.lib.platforms.linux; 23 23 maintainers = with stdenv.lib.maintainers; [ dmjio cleverca22 ]; 24 24 }; 25 25 }
+1 -1
pkgs/tools/security/trousers/default.nix
··· 29 29 homepage = http://trousers.sourceforge.net/; 30 30 license = licenses.cpl10; 31 31 maintainers = [ maintainers.ak ]; 32 - platforms = platforms.unix; 32 + platforms = platforms.linux; 33 33 }; 34 34 } 35 35
+1 -1
pkgs/tools/text/nawk/default.nix
··· 36 36 homepage = https://www.cs.princeton.edu/~bwk/btl.mirror/; 37 37 license = stdenv.lib.licenses.mit; 38 38 maintainers = [ stdenv.lib.maintainers.konimex ]; 39 - platforms = stdenv.lib.platforms.all; 39 + platforms = stdenv.lib.platforms.linux; 40 40 }; 41 41 }