mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
parent
40c3d403d6
commit
4ed879d97c
2 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
{ stdenv, fetchFromGitHub, qt5, libsForQt5
|
||||
, bison, flex, eigen, boost, libGLU_combined, glew, opencsg, cgal
|
||||
, mpfr, gmp, glib, pkgconfig, harfbuzz, gettext, freetype, fontconfig
|
||||
, double-conversion, lib3mf, libzip
|
||||
, double-conversion, lib3mf, libzip, mkDerivation
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
mkDerivation rec {
|
||||
pname = "openscad";
|
||||
version = "2019.05";
|
||||
|
||||
|
|
|
@ -19672,7 +19672,7 @@ in
|
|||
|
||||
openorienteering-mapper = libsForQt5.callPackage ../applications/gis/openorienteering-mapper { };
|
||||
|
||||
openscad = callPackage ../applications/graphics/openscad {};
|
||||
openscad = qt5.callPackage ../applications/graphics/openscad {};
|
||||
|
||||
opentimestamps-client = python3Packages.callPackage ../tools/misc/opentimestamps-client {};
|
||||
|
||||
|
|
Loading…
Reference in a new issue