Closed zoranbosnjak closed 4 years ago
It might be related to a problem that nix-shell
does not work on a clean checkout.
$ git clone https://github.com/owickstrom/gi-gtk-declarative.git
$ cd gi-gtk-declarative/
$ git rev-parse --short HEAD
4a04e4c
$ nix-shell
It reports the problem about patchPhase
missing...
@owickstrom The #62 solved one part of the problem (namely the nix-shell problem), but the initial problem remains. This package is still marked as broken in nix. You might want to reopen this issue.
I can not use
gi-gtk-declarative
with the current version ofnix
(at the time of writing):When
gi-gtk
,gi-gtk-declarative
andgi-gtk-declarative-app-simple
are added to theproject.cabal
anddefault.nix
file, the following error is reported: