povray: use NixOS as vendor id

It's less ambiguous than "nix"
This commit is contained in:
Francesco Gazzetta 2024-05-17 08:59:45 +02:00
parent e2dd91f4dc
commit 58d34a875c

View File

@ -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;