kinda betta

This commit is contained in:
Ingolf Wagner 2022-06-15 08:06:10 +02:00
parent 526c98a56c
commit 2899051a77
Signed by: palo
GPG key ID: 76BF5F1928B9618B

View file

@ -58,12 +58,7 @@ mkDerivation rec {
qt3d
];
#configurePhase = ''
# qmake PREFIX=/ Seamly2D.pro -r "CONFIG += noTests noRunPath no_ccache noDebugSymbols"
#'';
qmakeFlags = [
"PREFIX=/"
"Seamly2D.pro"
"CONFIG+=noDebugSymbols"
"CONFIG+=no_ccache"
@ -73,20 +68,6 @@ mkDerivation rec {
installFlags = [ "INSTALL_ROOT=$(out)" ];
#postInstall = ''
# mv $out/usr/share $out/
# rmdir $out/usr
#
# mkdir -p $out/share/man/man1
# gzip -9c dist/debian/valentina.1 > $out/share/man/man1/valentina.1.gz
# gzip -9c dist/debian/tape.1 > $out/share/man/man1/tape.1.gz
#
# mkdir -p $out/share/mime/packages
# cp dist/debian/valentina.sharedmimeinfo $out/share/mime/packages/valentina.xml
#'';
#enableParallelBuilding = true;
meta = {
description = "An open source sewing pattern drafting software";
homepage = "https://valentinaproject.bitbucket.io/";