File tree 4 files changed +4
-4
lines changed
applications/audio/streamripper
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
15
15
homepage = http://streamripper.sourceforge.net/ ;
16
16
description = "Application that lets you record streaming mp3 to your hard drive" ;
17
17
license = licenses . gpl2 ;
18
- platforms = platforms . unix ;
18
+ platforms = platforms . linux ;
19
19
maintainers = with maintainers ; [ the-kenny ] ;
20
20
} ;
21
21
}
Original file line number Diff line number Diff line change @@ -82,6 +82,6 @@ stdenv.mkDerivation rec {
82
82
homepage = http://racket-lang.org/ ;
83
83
license = licenses . lgpl3 ;
84
84
maintainers = with maintainers ; [ kkallio henrytill vrthra ] ;
85
- platforms = platforms . x86_64 ;
85
+ platforms = [ " x86_64-linux" ] ;
86
86
} ;
87
87
}
Original file line number Diff line number Diff line change @@ -32,6 +32,6 @@ stdenv.mkDerivation rec {
32
32
homepage = http://radare.org/ ;
33
33
license = stdenv . lib . licenses . gpl2Plus ;
34
34
maintainers = with stdenv . lib . maintainers ; [ viric ] ;
35
- platforms = with stdenv . lib . platforms ; all ;
35
+ platforms = with stdenv . lib . platforms ; linux ;
36
36
} ;
37
37
}
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
29
29
much stronger than the best human chess grandmasters.
30
30
'' ;
31
31
maintainers = with maintainers ; [ luispedro peti ] ;
32
- platforms = with platforms ; i686 ++ x86_64 ;
32
+ platforms = [ "x86_64-linux" " i686-linux" ] ;
33
33
license = licenses . gpl2 ;
34
34
} ;
35
35
You can’t perform that action at this time.
0 commit comments