File tree 9 files changed +9
-9
lines changed
applications/science/logic/jonprl
desktops/mate/libmatemixer
9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
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
}
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
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
}
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
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
} ;
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
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
}
Original file line number Diff line number Diff line change @@ -23,6 +23,6 @@ stdenv.mkDerivation rec {
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
}
Original file line number Diff line number Diff line change @@ -31,6 +31,6 @@ stdenv.mkDerivation {
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
}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
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
}
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
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
Original file line number Diff line number Diff line change @@ -36,6 +36,6 @@ stdenv.mkDerivation rec {
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
}
You can’t perform that action at this time.
0 commit comments