mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 09:44:18 +00:00
labplot: fix nix run .#labplot
This commit is contained in:
parent
acdf962047
commit
e4d83f7129
@ -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