povray: use NixOS as vendor id
It's less ambiguous than "nix"
This commit is contained in:
parent
e2dd91f4dc
commit
58d34a875c
@ -55,7 +55,11 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
sed -i -e 's/^povgroup.*/povgroup=nogroup/' Makefile.{am,in}
|
||||
'';
|
||||
|
||||
configureFlags = [ "COMPILED_BY='nix'" "--with-boost-thread=boost_thread" "--with-x" ];
|
||||
configureFlags = [
|
||||
"COMPILED_BY=NixOS"
|
||||
"--with-boost-thread=boost_thread"
|
||||
"--with-x"
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user