lol

Merge pull request #121424 from dotlambda/ophis-fix

ophis: fix build

authored by

Anderson Torres and committed by
GitHub
4e78613c bebfaab5

+1 -1
+1 -1
pkgs/development/compilers/ophis/default.nix
··· 11 11 sha256 = "2x8vwLTSngqQqmVrVh/mM4peATgaRqOSwrfm5XCkg/g="; 12 12 }; 13 13 14 - sourceRoot = "./src"; 14 + sourceRoot = "${src.name}/src"; 15 15 16 16 meta = with lib; { 17 17 homepage = "http://michaelcmartin.github.io/Ophis/";