From 2899051a7780136cb777bbd2aabd4be370198688 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Wed, 15 Jun 2022 08:06:10 +0200 Subject: [PATCH] kinda betta --- pkgs/seamly2d-2022-06-13.nix | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/pkgs/seamly2d-2022-06-13.nix b/pkgs/seamly2d-2022-06-13.nix index 4512e18..46a7798 100644 --- a/pkgs/seamly2d-2022-06-13.nix +++ b/pkgs/seamly2d-2022-06-13.nix @@ -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/";