Update 'derivation.nix'

master
keldu 2023-02-09 14:11:19 +01:00
parent eec802e558
commit b630eb79d3
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
stdenvNoCC.mkDerivation {
name = "icon-charm";
src = src;
inherit src;
nativeBuildInputs = [
cxx