Skip to content

Commit

Permalink
fmt: ilia
Browse files Browse the repository at this point in the history
  • Loading branch information
sandptel committed Feb 4, 2025
1 parent 3bb3f11 commit a8c776c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 53 deletions.
4 changes: 1 addition & 3 deletions packages/ilia.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,12 @@ stdenv.mkDerivation {
];

installPhase = ''
mkdir -p $out/bin
mkdir -p $out/share
mkdir -p $out/bin $out/share $out/share/glib-2.0/schemas
cp src/ilia $out/share
runHook postInstall
'';

postInstall = ''
mkdir -p $out/share/glib-2.0/schemas/
glib-compile-schemas --targetdir=$out/share/glib-2.0/schemas $src/data
makeWrapper $out/share/ilia $out/bin/ilia --set GSETTINGS_SCHEMA_DIR $out/share/gsettings-schemas/ilia-3.1/glib-2.0/schemas
'';
Expand Down
50 changes: 0 additions & 50 deletions remontoire/default.nix

This file was deleted.

0 comments on commit a8c776c

Please sign in to comment.