wpsoffice: unfree-redistributable not in lib.licenses
The attribute is called unfreeRedistributable.
This commit is contained in:
parent
32ce97ec76
commit
ea242619fb
|
@ -15,7 +15,7 @@ stdenv.mkDerivation rec{
|
||||||
homepage = http://wps-community.org/;
|
homepage = http://wps-community.org/;
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
# Binary for i686 is also available if someone can package it
|
# Binary for i686 is also available if someone can package it
|
||||||
license = lib.licenses.unfree-redistributable;
|
license = lib.licenses.unfreeRedistributable;
|
||||||
};
|
};
|
||||||
|
|
||||||
libPath = stdenv.lib.makeLibraryPath [
|
libPath = stdenv.lib.makeLibraryPath [
|
||||||
|
|
Loading…
Reference in New Issue