Merge pull request #230773 from SuperSandro2000/labplot-nix-run
This commit is contained in:
commit
4c07adb240
@ -101,6 +101,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://labplot.kde.org";
|
homepage = "https://labplot.kde.org";
|
||||||
license = with licenses; [ asl20 bsd3 cc-by-30 cc0 gpl2Only gpl2Plus gpl3Only gpl3Plus lgpl3Plus mit ];
|
license = with licenses; [ asl20 bsd3 cc-by-30 cc0 gpl2Only gpl2Plus gpl3Only gpl3Plus lgpl3Plus mit ];
|
||||||
maintainers = with maintainers; [ hqurve ];
|
maintainers = with maintainers; [ hqurve ];
|
||||||
|
mainProgram = "labplot2";
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user