tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
twolame: fix evaluation, platforms list must be flattened
Franz Pletz
8 years ago
4fdd2250
7d9ee29f
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
twolame
default.nix
+1
-1
pkgs/development/libraries/twolame/default.nix
···
26
26
'';
27
27
homepage = http://www.twolame.org/;
28
28
license = with licenses; [ lgpl2Plus ];
29
29
-
platforms = with platforms; [ unix ];
29
29
+
platforms = with platforms; unix;
30
30
maintainers = with maintainers; [ AndersonTorres ];
31
31
};
32
32
}